home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-08-12 | 286 b | 13 lines |
- # Makefile for Win32
-
- !include <win32.mak>
-
- TOP = ../..
- SRCS = agv_example.c fractals.c gears.c hanoi.c lineblend.c moth.c noof.c rings.c steam.c text3d.c worms.c
-
- !include "$(TOP)/glutwin32.mak"
-
- # dependencies
- agv_example.exe : agviewer.obj
- fractals.exe : fracviewer.obj
-